Autogenerated HTML docs for v1.5.3-rc7
diff --git a/git-diff.html b/git-diff.html index 5bf9576..577fc0b 100644 --- a/git-diff.html +++ b/git-diff.html
@@ -337,26 +337,27 @@ </p> </dd> <dt> -<em>git-diff</em> [--options] <commit>…<commit> [--] [<path>…] +<em>git-diff</em> [--options] <commit>...<commit> [--] [<path>…] </dt> <dd> <p> This form is to view the changes on the branch containing and up to the second <commit>, starting at a common ancestor - of both <commit>. "git-diff A…B" is equivalent to + of both <commit>. "git-diff A...B" is equivalent to "git-diff $(git-merge-base A B) B". You can omit any one of <commit>, which has the same effect as using HEAD instead. </p> </dd> </dl> <p>Just in case if you are doing something exotic, it should be -noted that all of the <commit> in the above description can be -any <tree-ish>.</p> +noted that all of the <commit> in the above description, except +for the last two forms that use ".." notations, can be any +<tree-ish>.</p> <p>For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in <a href="git-rev-parse.html">git-rev-parse(1)</a>. However, "diff" is about comparing two _endpoints_, not ranges, and the range notations ("<commit>..<commit>" and -"<commit>…<commit>") do not mean a range as defined in the +"<commit>...<commit>") do not mean a range as defined in the "SPECIFYING RANGES" section in <a href="git-rev-parse.html">git-rev-parse(1)</a>.</p> </div> <h2>OPTIONS</h2> @@ -947,7 +948,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 28-Aug-2007 06:25:09 UTC +Last updated 29-Aug-2007 07:30:53 UTC </div> </div> </body>